home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / how_to_m.swf / scripts / frame_1 / DoAction.as
Text File  |  2010-04-12  |  284b  |  10 lines

  1. function itemHandler1(obj, item)
  2. {
  3.    getUrl("http://www.123peppy.com", "_blank");
  4. }
  5. stop();
  6. var myMenu_cm = new ContextMenu();
  7. myMenu_cm.hideBuiltInItems();
  8. myMenu_cm.customItems.push(new ContextMenuItem("powered by www.123peppy.com",itemHandler1));
  9. _root.menu = myMenu_cm;
  10.